home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / TextDump 1.12.sit / About TextDump / About TextDump
Encoding:
Text File  |  1988-10-21  |  3.3 KB  |  73 lines  |  [TEXT/KAHL]

  1. About TextDump DA:
  2.  
  3.   This DA takes a textfile and dumps it directly to the printer or modem port.
  4. It is useful if you work with files transferred from other computers which
  5. may already be formatted and paginated.  As well, it provides a very fast 
  6. means of printing out text files.
  7.  
  8.   This version of the DA will only work Apple ImageWriter printers (it may
  9. not work on an LQ) as it uses escape sequences to set up the character 
  10. sizes and tabs that other printers may not understand.
  11.  
  12.   IMPORTANT:  This will disrupt any spooled printing activity that may be 
  13. going on when you open the DA.  Make sure your printer is free.  This program
  14. writes directly to the serial ports, it ignores Chooser settings, and will
  15. not work on an AppleTalk ImageWriter.
  16.  
  17.   The CR -> LF menu item is checked by default.  It filters the output, 
  18. as the ImageWriter like lines to be seperated by linefeeds, not carriage
  19. returns.  If you have a file where lines are terminated by both carriage
  20. returns and linefeeds, the output will be double spaced.  In this case, just
  21. uncheck the item.
  22.  
  23.   This DA does not do anything when it comes across a Macintosh special
  24. character (ie. ⌐, ¬, á, Ä, ƒ, etc.), and a lot of these characters can 
  25. cause problems in printing (so take out this paragraph if you want to
  26. print this file).
  27.  
  28.   As well, just in case you run across a situation where this may cause
  29. problems, tabs are only set up to 80 columns, even when you print in 17 cpi
  30. (136 column) mode.
  31.  
  32. New for version 1.1:
  33.   Version 1.1 has two major changes.  For one, you can now use all of the 
  34. ImageWriter's built in typefaces, instead of just three.  Also, the 
  35. "Margin" menu item is new.  It allows you to set the left margin as a number
  36. of spaces.  There is an additional minor change in that it no longer sends
  37. a form feed at the end of each document.  I decided that it got to be
  38. a waste of paper on short files, and anyway, the form feed button is right
  39. on the printer.
  40.  
  41. Version 1.11:
  42.   Big oops... Because I took out the form feed, the top-of-form would get
  43. messed up whenever you printed anything.  Sorry.  Anyhow, it's back.
  44.  
  45. Version 1.12:
  46.   There were a few bugs relating to the tab settings.  They should all be 
  47. removed in this version.
  48.  
  49.   Finally, a note.  This DA was designed and developed solely on an 
  50. ImageWriter //.  It is fully compatible with the ImageWriter /, but it may
  51. not support some of the typefaces in the ImageWriter LQ.  If there are any
  52. problems, I would appreciate feedback.
  53.  
  54.   This program is another installment in a continuing series of free and
  55. useful (or at least interesting) software that I am producing for the Mac
  56. community.  All I ask is that you distribute this help file with the DA.  As
  57. well, if you find this useful, you'd be a kind soul to mail me a postcard or a
  58. pat on the back, or whatever.  I get╩very little feedback on my programs, and
  59. it would be nice to know if anyone out there likes them.  You can address
  60. any correspondence to:
  61.  
  62.     Darik Datta                       E-Mail:  GEnie -      DARIK
  63.     #6, 3422 - Parkdale Blvd., NW,             CompuServe - 76146,2573
  64.     Calgary, AB  T2N 3T4
  65.  
  66.   Enjoy,
  67.  
  68.      Darik Datta
  69.  
  70. Portions of this program Copyright 1986, Think Technologies Inc.
  71. BTW:  Thanks to Think for making LightSpeed C, which did more than anything
  72.       to help me get inside my Mac.
  73.